TSTP Solution File: NUM666^1 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : NUM666^1 : TPTP v8.1.2. Released v3.7.0.
% Transfm  : NO INFORMATION
% Format   : NO INFORMATION
% Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.v4gmaiu3kC true

% Computer : n024.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Thu Aug 31 12:43:15 EDT 2023

% Result   : Theorem 1.31s 0.74s
% Output   : Refutation 1.31s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :   13
% Syntax   : Number of formulae    :   26 (   3 unt;   8 typ;   0 def)
%            Number of atoms       :   44 (   0 equ;   0 cnn)
%            Maximal formula atoms :    5 (   2 avg)
%            Number of connectives :   99 (  10   ~;   7   |;   0   &;  79   @)
%                                         (   0 <=>;   3  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   12 (   6 avg)
%            Number of types       :    2 (   1 usr)
%            Number of type conns  :    9 (   9   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    8 (   7 usr;   4 con; 0-3 aty)
%            Number of variables   :   24 (   9   ^;  15   !;   0   ?;  24   :)

% Comments : 
%------------------------------------------------------------------------------
thf(nat_type,type,
    nat: $tType ).

thf(some_type,type,
    some: ( nat > $o ) > $o ).

thf(lessis_type,type,
    lessis: nat > nat > $o ).

thf(y_type,type,
    y: nat ).

thf(moreis_type,type,
    moreis: nat > nat > $o ).

thf(diffprop_type,type,
    diffprop: nat > nat > nat > $o ).

thf(z_type,type,
    z: nat ).

thf(x_type,type,
    x: nat ).

thf(satz16d,conjecture,
    ( some
    @ ^ [Xu: nat] : ( diffprop @ x @ z @ Xu ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ( some
      @ ^ [Xu: nat] : ( diffprop @ x @ z @ Xu ) ),
    inference('cnf.neg',[status(esa)],[satz16d]) ).

thf(zip_derived_cl4,plain,
    ~ ( some
      @ ^ [Y0: nat] : ( diffprop @ x @ z @ Y0 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl6,plain,
    ~ ( some @ ( diffprop @ x @ z ) ),
    inference(ho_norm,[status(thm)],[zip_derived_cl4]) ).

thf(m,axiom,
    ( some
    @ ^ [Xu: nat] : ( diffprop @ x @ y @ Xu ) ) ).

thf(zip_derived_cl0,plain,
    ( some
    @ ^ [Y0: nat] : ( diffprop @ x @ y @ Y0 ) ),
    inference(cnf,[status(esa)],[m]) ).

thf(zip_derived_cl5,plain,
    some @ ( diffprop @ x @ y ),
    inference(ho_norm,[status(thm)],[zip_derived_cl0]) ).

thf(satz16a,axiom,
    ! [Xx: nat,Xy: nat,Xz: nat] :
      ( ( lessis @ Xx @ Xy )
     => ( ( some
          @ ^ [Xv: nat] : ( diffprop @ Xz @ Xy @ Xv ) )
       => ( some
          @ ^ [Xv: nat] : ( diffprop @ Xz @ Xx @ Xv ) ) ) ) ).

thf(zip_derived_cl2,plain,
    ! [X0: nat,X1: nat,X2: nat] :
      ( ~ ( lessis @ X0 @ X1 )
      | ( some
        @ ^ [Y0: nat] : ( diffprop @ X2 @ X0 @ Y0 ) )
      | ~ ( some
          @ ^ [Y0: nat] : ( diffprop @ X2 @ X1 @ Y0 ) ) ),
    inference(cnf,[status(esa)],[satz16a]) ).

thf(zip_derived_cl16,plain,
    ! [X0: nat,X1: nat,X2: nat] :
      ( ~ ( lessis @ X0 @ X1 )
      | ( some @ ( diffprop @ X2 @ X0 ) )
      | ~ ( some @ ( diffprop @ X2 @ X1 ) ) ),
    inference(ho_norm,[status(thm)],[zip_derived_cl2]) ).

thf(zip_derived_cl17,plain,
    ! [X0: nat] :
      ( ( some @ ( diffprop @ x @ X0 ) )
      | ~ ( lessis @ X0 @ y ) ),
    inference('sup-',[status(thm)],[zip_derived_cl5,zip_derived_cl16]) ).

thf(satz13,axiom,
    ! [Xx: nat,Xy: nat] :
      ( ( moreis @ Xx @ Xy )
     => ( lessis @ Xy @ Xx ) ) ).

thf(zip_derived_cl3,plain,
    ! [X0: nat,X1: nat] :
      ( ( lessis @ X0 @ X1 )
      | ~ ( moreis @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[satz13]) ).

thf(zip_derived_cl21,plain,
    ! [X0: nat] :
      ( ( some @ ( diffprop @ x @ X0 ) )
      | ~ ( moreis @ y @ X0 ) ),
    inference('sup+',[status(thm)],[zip_derived_cl17,zip_derived_cl3]) ).

thf(n,axiom,
    moreis @ y @ z ).

thf(zip_derived_cl1,plain,
    moreis @ y @ z,
    inference(cnf,[status(esa)],[n]) ).

thf(zip_derived_cl25,plain,
    some @ ( diffprop @ x @ z ),
    inference('sup+',[status(thm)],[zip_derived_cl21,zip_derived_cl1]) ).

thf(zip_derived_cl29,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl6,zip_derived_cl25]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : NUM666^1 : TPTP v8.1.2. Released v3.7.0.
% 0.13/0.13  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.v4gmaiu3kC true
% 0.13/0.34  % Computer : n024.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Fri Aug 25 14:41:39 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.13/0.34  % Running portfolio for 300 s
% 0.13/0.34  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.13/0.34  % Number of cores: 8
% 0.13/0.34  % Python version: Python 3.6.8
% 0.13/0.35  % Running in HO mode
% 0.20/0.63  % Total configuration time : 828
% 0.20/0.63  % Estimated wc time : 1656
% 0.20/0.63  % Estimated cpu time (8 cpus) : 207.0
% 1.03/0.71  % /export/starexec/sandbox2/solver/bin/lams/40_c.s.sh running for 80s
% 1.03/0.71  % /export/starexec/sandbox2/solver/bin/lams/35_full_unif4.sh running for 80s
% 1.31/0.74  % Solved by lams/40_c.s.sh.
% 1.31/0.74  % done 11 iterations in 0.013s
% 1.31/0.74  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 1.31/0.74  % SZS output start Refutation
% See solution above
% 1.31/0.74  
% 1.31/0.74  
% 1.31/0.74  % /export/starexec/sandbox2/solver/bin/lams/15_e_short1.sh running for 30s
% 1.31/0.74  % /export/starexec/sandbox2/solver/bin/lams/40_c_ic.sh running for 80s
% 1.31/0.74  % Terminating...
% 1.57/0.84  % Runner terminated.
% 1.57/0.86  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------